@charset UTF-8;

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
@font-face {
    font-family: 'waltograph_uibold';
    src: url('waltographui-webfont.eot');
    src: url('waltographui-webfont.eot?#iefix') format('embedded-opentype'),
         url('waltographui-webfont.woff') format('woff'),
         url('waltographui-webfont.ttf') format('truetype'),
         url('waltographui-webfont.svg#waltograph_uibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	color: #3a3a3a;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background-color: #FFFFFF;
}




/* @end */

/* @group general */

/*a{
	color: #3a3a3a;
}*/

.clear{
	clear: both;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
}

h1, h2, h3, h4, p, ul{
	margin-bottom: 10px;
}

h1{
	font-size: 25px;
	line-height: 30px;
	color: #00792D;
	font-family: "Comic Sans MS";
}

h2{
	font-size: 18px;
	line-height: 22px;
}

p{
	font-size: 15px;
	line-height: 21px;
}

.center{
	text-align: center;
}

.left{
	float: left;
	margin: 0 20px 10px 0;
}

.right{
	float: right;
	margin: 0 0 10px 20px;
}

/* @end */

/* @group header */

#header{
	background-color: #fff;
/*	padding-top: 15px;*/
	margin: 0 auto;
}
#headerCon{
	width: 800px;
	margin: 0 auto;
}

#quepeque, #quepeque2, #quepeque3, #quepeque4{
	font-family: 'waltograph_uibold';
	font-size: 19px;
	position: absolute;
				}
	#quepeque{
		margin: 317px 0 0 60px;	
			}
	#quepeque2{
		margin: 117px 0 0 230px;
			}
	#quepeque3{
			margin: 130px 0 0 555px;
			}
	#quepeque4{
			margin: 347px 0 0 595px;
}
a.one:link {color:#00792D; text-decoration: none;}
a.one:visited {color:#990000; text-decoration: none;}
a.one:hover {color:#ffcc00; text-decoration: underline;}


#logo{
	float: left;
	width: 179px;
}

#slogan{
	float: left;
	text-align: center;
	width: 522px;
	padding-top: 30px;
	font-family: "Daniel Black";
}

#slogan h2{
	font-size: 24px;
	line-height: 32px;
}

#info{
	float: right;
	width: 242px;
	margin-top: 2px;
	font-family: "Comic Sans MS";
	font-size: 28px;
}

#info h2{
	text-align: right;
	font-size: 34px;
	color: #ACCA57;
	line-height: 34px;
	margin-bottom: 0;
	background: url(../img/iconPhone.png) no-repeat;
}

#info p{
	text-align: right;
	font-size: 10px;
}

#navPan{
	background-color: #990000;
}

#botones{
	width: 960px;
	margin: 0 auto;
	color: #FFFFFF;
}

.boton a{
	font-family: 'waltograph_uibold', Arial;
	font-size:14px;
	float: left;
	padding: 8px 30px;
	color: #CCCCCC;
	text-decoration: none;
}

.boton a:hover{
	color: #f7bb5b;
	background-color: #0099FF;
}

/* @end */

/* @group mainContent */

#mainContent{
	background-color: #f2f4f4;
}

#mainContent p, #mainContent li{
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

#content{
	background: #fff;
	padding: 20px;
	float: left;
	width: 650px;
	min-height: 825px;
}

#banner{
	margin: 20px 0;
}

.indexBox{
	float: left;
	background: #dddddd;
	margin: 0 10px 20px;
	width: 315px;
}

.indexBox.izq{
	margin-left: 0;
}

.indexBox.drc{
	margin-right: 0;
}

.indexBox h2{
	text-align: center;
	padding: 5px 0;
	background-color: #990000;
	color: #fff;
	margin-bottom: 0;
}

.indexBox p{
	padding: 0 10px;
}

#sidebar{
	padding: 20px;
	float: left;
	width: 230px;
}

#telefono{
	border:2px solid #a1a1a1;
/*	padding:10px 40px; */
	background:#dddddd;
	border-radius:25px;
	width: 230px;
	height: 195px;
	margin-bottom: 20px;
}

#telefono p, #telefono h2{
/*	background-color: #ACCA57;
  *background-color: #ACCA57;
  background-image: linear-gradient(top, #ACCA57, #00792D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ACCA57), to(#00792D));
  background-image: -webkit-linear-gradient(top, #ACCA57, #00792D);
  background-image: -o-linear-gradient(top, #ACCA57, #00792D);
  background-image: -moz-linear-gradient(top, #ACCA57, #00792D);
  background-image: linear-gradient(top, #ACCA57, #00792D);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ACCA57', endColorstr='#00792D', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);*/
	margin-bottom: 0;
	text-align: center;

}

#telefono h2{
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

}
a.tlf:link {color:#00792D; text-decoration: none;}
a.tlf:visited {color:#990000; text-decoration: none;}
a.tlf:hover {color:#ffcc00; text-decoration: underline;}


#telefono p{
	padding-top: 4px;
	padding-bottom: 3px;
}

#sidebar ul{
	list-style-type: none;
	border-top: 1px solid #dee0e0;
	border-bottom: 1px solid #fff;
}

#sidebar ul li{
	font-size: 14px;
	line-height: 21px;
	border-bottom: 1px solid #dee0e0;
	border-top: 1px solid #fff;
	padding: 2px 4px 3px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

#sidePresu{
	height: 430px;
	position: relative;
}

/*#sidePresu p{
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 11px;
}
*/
#presubot{
	position: absolute;
	bottom: -8px;
}

#presubot a{
	 display: inline-block;
  *display: inline;
  padding: 4px 11px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 17px;
  line-height: 38px;
  *line-height: 20px;
  color: #853c08;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #ACCA57;
  *background-color: #00792D;
  background-image: linear-gradient(top, #ACCA57, #00792D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ACCA57), to(#00792D));
  background-image: -webkit-linear-gradient(top, #ACCA57, #00792D);
  background-image: -o-linear-gradient(top, #ACCA57, #00792D);
  background-image: -moz-linear-gradient(top, #ACCA57, #00792D);
  background-image: linear-gradient(top, #ACCA57, #00792D);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ACCA57', endColorstr='#00792D', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	border-radius:4px;
	-moz-border-radius:4px;
}

/* @end */
.contact_form h2 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px;
    color: #5CD053;
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
    width: 433px;
}
/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
    width:750px;
    list-style-type:none;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:12px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 90px;
}
.contact_form input {
	height:20px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea {
	padding:8px; 
	width:300px;
}
.contact_form button {
	margin-left:90px;
}

/*----- estilos visuales de los elementos --------*/

.contact_form input, .contact_form textarea { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #888;
	font-size: 12px;
	padding-right:30px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:80px;
}

/* === Estilos de Validacion === */	

.contact_form input:required:valid, .contact_form textarea:required:valid {
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Estilos del boton de Envio === */
button.submit {
    padding: 9px 17px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
	opacity:.55;
	cursor: pointer; 
	color: #fff;
}
button.submit:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}


/* @group footer */

#footer{
	background-color: #00792D;
	height: 100px;
}

#footerCon{
	margin: 0 auto;
	width: 960px;
	padding-top: 15px;
}

#footer p{
	text-align: center;
	color: #ACCA57;
}

#footer a{
	text-decoration: none;
	color: #ACCA57;
}

/* @end */
